home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
plotitle.gf
< prev
next >
Wrap
Text File
|
1994-02-16
|
171b
|
11 lines
function plotitle(xl,xr,yb,yt,siz,title)
*
* plot title
*
xs=xl+(xr-xl)*0.5
ys=yt+0.15
'set strsiz 'siz
'set string 1 c 6'
'draw string 'xs' 'ys' 'title
return